home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / wordproc / texplore.arj / DEMO.BAT < prev    next >
DOS Batch File  |  1993-12-08  |  366b  |  12 lines

  1. @ECHO OFF
  2. REM ... To demonstrate Texplore QUERY by allowing you to search user manual.
  3. ECHO.
  4. ECHO Welcome to a simple Texplore demonstration.
  5. ECHO.
  6. ECHO In this demo, the text database is one file: the user manual, USER.DOC.
  7. ECHO You can now search this document.
  8. ECHO Try any of these words:  EASY  TEXT  CHAR*+CLASS*
  9. ECHO.
  10. PAUSE
  11. QUERY DEMO.DOL MIX.COL
  12.